From 5500b5ab4af38fa61286cc4608378166d466bd1d Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 26 Dec 2009 12:52:50 +0000 Subject: [PATCH] (pgx): Fix display of composite glyphs. Display cmp.from and cmp.to as well. --- src/.gdbinit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/.gdbinit b/src/.gdbinit index 6e717836376..949dfbfd480 100644 --- a/src/.gdbinit +++ b/src/.gdbinit @@ -455,7 +455,7 @@ define pgx end # COMPOSITE_GLYPH if ($g->type == 1) - printf "COMP[%d]", $g->u.cmp_id + printf "COMP[%d (%d..%d)]", $g->u.cmp.id, $g->u.cmp.from, $g->u.cmp.to end # IMAGE_GLYPH if ($g->type == 2) -- 2.30.2